home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- set the member of sprite the currentSpriteNum to "SUPORTE2"
- cursor(280)
- set the visible of sprite 40 to 1
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to "SUPORTE1"
- cursor(-1)
- set the visible of sprite 40 to 0
- end
-
- on mouseUp me
- gotoNetPage("mailto:suporte@bigmax.com.br")
- end
-
- on mouseDown me
- set the member of sprite the currentSpriteNum to "SUPORTE3"
- end
-